From ecb50e65e133c5776bee958fd551c2930abe6e8e Mon Sep 17 00:00:00 2001 From: Juergen Gross Date: Thu, 2 Mar 2017 06:13:15 +0100 Subject: [PATCH] stubdom: set xen interface version for stubdom apps using xenctrl.h A stubdom app using xenctrl.h must use the latest interface version of Xen in order to avoid compatibility issues. Add the related config item to the stubdom config files where needed. Signed-off-by: Juergen Gross Acked-by: Ian Jackson --- stubdom/ioemu-minios.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/stubdom/ioemu-minios.cfg b/stubdom/ioemu-minios.cfg index d6905537c1..a65baa3765 100644 --- a/stubdom/ioemu-minios.cfg +++ b/stubdom/ioemu-minios.cfg @@ -1,3 +1,4 @@ CONFIG_START_NETWORK=n CONFIG_QEMU_XS_ARGS=y CONFIG_PCIFRONT=y +XEN_INTERFACE_VERSION=__XEN_LATEST_INTERFACE_VERSION__ -- 2.30.2